* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}


/*Navbar*/

.navbar {
    /* background-color: #452c7c; */
    background-color: rgb(229, 185, 81);
}

.navbar-nav li a {
    /* color: #fbf2f2 !important; */
    color: #333 !important;
    font-weight: 400;
}

.navbar-nav li a:hover {
    color: #aa0f0a !important;
}

.navbar-login {
    background-color: white;
}

.navbar-login .navbar-nav li a {
    color: #333 !important;
    font-weight: 400;
}

.navbar-login .navbar-nav li a:hover {
    color: #aa0f0a !important;
}

.nav-link {
    cursor: pointer;
}


/*End Navbar*/


/*Home Style*/

#Home {
    /* background-image: linear-gradient(to bottom, #452c7c, #3c3375, #111322); */
    background-image: linear-gradient(to bottom, #E0AA3E, #F9F295, #B88A44, #AE8625);
    /* background-image: linear-gradient(to bottom, #CC0001, #CC0001, #930D0E, #651616); */
    padding-top: 10px;
}

#Home .col-md-6 h2 {
    /* color: #fbf2f2; */
    color: #333;
}

#Home .col-md-6 p {
    /* color: #fbf2f2; */
    color: #333;
}

.col-md-6 img {
    width: 20rem;
}


/* Slide Image */

#home .splide {
    width: auto;
    height: 100px;
}


/* End Slide Image */


/*End Home*/


/*Service */

#Service {
    text-align: center;
    padding-bottom: 3rem;
}

#Service .col-12 h2 {
    color: #333;
    padding-bottom: 50px;
}

.col-lg-3 .icon {
    color: #333;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 70px;
    font-size: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.service-title {
    color: #333;
}

.service-subtitle {
    color: #333;
}

.bi {
    padding-bottom: 20px;
}


/*End Service*/


/*About*/

#About {
    padding: 5rem;
    /* background-image: linear-gradient(to bottom, #452c7c, #3c3375, #222646); */
    background-image: linear-gradient(to bottom, #E0AA3E, #F9F295, #AE8625);
    text-align: center;
    /* color: #fbf2f2; */
    color: #333;
}

.about-subtitle {
    /* color: #fbf2f2; */
    color: #333;
}


/*End About*/


/*Product*/

#Product {
    padding: 5rem;
    text-align: center;
}

#Product .img-product {
    border-radius: 10px;
}

#Product h2 {
    /* color: #121943; */
    color: #333;
    padding-bottom: 2rem;
}

#Product a {
    /* color: #121943; */
    color: #333;
    text-decoration: none;
}

#Product a:hover {
    /* color: #452c7c; */
    color: #333;
    text-decoration: none;
}

.detail-product .card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 1) !important;
    margin: auto;
}

.card {
    background: #3c3375;
    align-items: center;
    overflow: hidden;
    transition: 0.3s ease;
}

.card-img-top {
    width: 300px;
    height: 300px;
}

.card figcaption {
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-color: rgb(229, 185, 81);
    /* background: #E0AA3E; */
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #333;
    padding: 5px;
    z-index: 100;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    top: 50%;
    left: 0;
    -moz-transform: translate3d(-100%, -50%, 0);
    /* position caption outside layout horizontally and centered vertically */
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0);
    opacity: 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.card figcaption {
    top: 100%;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.card:hover figcaption {
    -moz-transform: translate3d(0, -100%, 0);
    /* move caption up vertically to fully reveal caption */
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px -2px 28px rgba(0, 0, 0, 0.3);
}

.card:hover {
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.back-detail a {
    /* color: #fbf2f2; */
    color: #333;
    text-decoration: none;
}

.back-detail a:hover {
    color: #aa0f0a;
    text-decoration: none;
}


/*End Product*/


/* CUSTOMER */


/**#Customer .owl-carousel .col {
    background-color: #121943;
    color: #fbf2f2;
    padding: 20px;
    padding-bottom: 100px;
    border-radius: 10px;
}**/

.right-text {
    width: 35%;
}

#Customer .lingkaran .img-cust {
    display: inline-block;
    width: 150px;
    margin: auto;
    height: 150px;
    background-color: white;
    border-radius: 50%;
}


/* END CUSTOMER */


/*Contact*/

#Contact {
    padding-bottom: 3rem !important;
    background-color: rgb(229, 185, 81);
    /* background-image: linear-gradient(to bottom, #E0AA3E, #F9F295, #AE8625); */
    /* color: #fbf2f2; */
    color: #333;
}

.map {
    width: 20rem;
}

#share {
    width: 100%;
    text-align: center;
}

#share a {
    width: 25%;
    height: 70px;
    display: block;
    font-size: 24px;
    /* color: #fbf2f2; */
    color: #333;
    transition: opacity 0.3s linear;
    float: left;
}

#share-container {
    background: #263238;
    width: 100%;
    display: inline-block;
    flex-wrap: nowrap;
    align-items: center;
}

#share img {
    width: 40px;
    height: 40px;
    vertical-align: -1px;
}

.facebook {
    border-color: #3a95ca;
    border-top-style: solid;
    border-top-width: 3px;
}

.facebook:hover {
    background: #3a95ca;
}

.instagram {
    border-color: #cd3aa1;
    border-top-style: solid;
    border-top-width: 3px;
}

.instagram:hover {
    background: #cd3aa1;
}

.whatsapp {
    border-color: #64b161;
    border-top-style: solid;
    border-top-width: 3px;
}

.whatsapp:hover {
    background: #64b161;
}

.gmail {
    border-color: #de5145;
    border-top-style: solid;
    border-top-width: 3px;
}

.gmail:hover {
    background: #de5145;
}

.btn-kirim {
    width: 100%;
}


/*End Contact*/


/*#form {
    width: 80%;
    height: 500px;
    color: rgb(0, 0, 0);
    top: 50%;
    left: 60%;
    position: absolute;
    box-sizing: border-box;
    padding: 70px;
}*/


/*Login Style*/

#form {
    width: 100%;
    padding-top: 10px;
}

#form .form-control {
    border-radius: 20px;
    background-color: #F9F295;
    border-color: #F9F295;
    width: 100%;
}

#form .btn {
    color: #fbf2f2;
    background-color: black;
    border-radius: 20px;
    text-align: center;
    width: 50%;
}

#form .btn:hover {
    background-color: #E0AA3E;
    border-color: #E0AA3E;
}

#form a {
    color: #E0AA3E;
    text-decoration: none;
    font-weight: 40px;
}

#form a:hover {
    color: blue;
}

#form .link:hover {
    color: #ca3433;
}


/*End Login*/


/*complain*/

#Complain .box-complain {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 1) !important;
    border-radius: 10px;
    margin-top: -110px;
    background-color: white;
}

#Complain .complain-title {
    color: #adadad;
    text-align: center;
}

@media screen and (max-width: 576px) {
    #Complain .box-complain {
        box-shadow: none !important;
        border-radius: 50px;
        padding-top: 20px;
    }
    #Complain .complain-title {
        color: #adadad;
        text-align: center;
    }
}


/*End Complain*/


/* chat */

#form_komen .form-group .form-control {
    background-color: #f9f7f7;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    border: none;
}

#form_komen .btn {
    border-radius: 10px;
    background-color: #15a91b;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    border: none;
}


/* End Chat */


/*Contributor*/

.right-text {
    width: 35%;
}

.lingkaran img {
    display: inline-block;
    border-radius: 50%;
    width: 150px;
    margin: auto;
    height: 150px;
    background-color: black;
}

.contribute-contact a img {
    width: 45px;
    padding: 5px;
}

#about-contributor img {
    border-radius: 15px;
    width: 400px;
}


/*End Contributor*/


/*Style Footer*/

#Footer {
    background-image: linear-gradient(to bottom, #AE8625, #B88A44, #F9F295, #E0AA3E);
    /* color: #fbf2f2; */
    color: #333;
}

.footer-box {
    padding: 20px;
}

.footer-box a {
    /* color: #fbf2f2; */
    color: #333;
    text-decoration: none;
}

.footer-box a:hover {
    color: #aa0f0a;
    text-decoration: none;
}

.footer-box .footer-contact {
    /* color: #fbf2f2; */
    color: #333;
    text-decoration: none;
}

.footer-box img {
    width: 100px;
}

.footer-box p i {
    padding-right: 10px;
}

.footer-box .form-control {
    box-shadow: none;
    border: none;
    margin-top: 30px;
    max-width: 250px;
}

.footer-box .btn {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    margin-top: 15px;
    background-image: #6d6060;
    color: #fbf2f2;
}

.footer-box .icon-footer {
    width: 2rem;
}


/*End Footer*/

.ignielToTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
    border-radius: 100px;
    transition: all 0.5s;
    background: #6d6060 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}

.ignielToTop:hover {
    background: #c4c4c4 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
}